home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  222 b   |  10 lines

  1. on startMovie
  2.   global theDemoList, UserJump, gMaxTimeOut
  3.   set gMaxTimeOut to 60 * 60 * 4
  4.   set UserJump to 0
  5.   startTimer()
  6.   set the volume of sound 1 to 255
  7.   set the volume of sound 2 to 255
  8.   clearPuppets(1, 48)
  9. end
  10.